internal/reflectlite.rtype.nameOff (method)
8 uses
internal/reflectlite (current package)
type.go#L243: func (t rtype) nameOff(off nameOff) abi.Name {
type.go#L256: s := t.nameOff(t.Str).Name()
type.go#L289: return t.nameOff(ut.PkgPath).Name()
type.go#L453: tmName := rT.nameOff(tm.Name)
type.go#L455: vmName := rV.nameOff(vm.Name)
type.go#L486: tmName := rT.nameOff(tm.Name)
type.go#L488: vmName := rV.nameOff(vm.Name)
type.go#L497: vmPkgPath = rV.nameOff(v.PkgPath).Name()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |